home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 24 / AACD 24.iso / AACD / Online / Epic4 / share / epic / help / 8_scripts / brc < prev    next >
Text File  |  2001-03-21  |  2KB  |  48 lines

  1. Synopsis:
  2.    load brc
  3.  
  4. Description:
  5.    This script will give the client the look and feel of the BITNET Relay
  6.    Chat program (BiRC).  While it makes every attempt to mimic BiRC, some
  7.    BiRC features simply have no equivalent on irc (the appropriate error
  8.    message willl be returned).
  9.  
  10.      Alias       Description
  11.      /c          same as CHANNEL (JOIN)
  12.      /contact    same as ADMIN
  13.      /getop      do a WALLOPS for help (depricated)
  14.      /h          view this document
  15.      /i <x>      invite last MSG sender to specified channel
  16.      /ign <X>    ignore specified user with level ALL
  17.      /irchelp    same as HELP
  18.      /lcl        same as WHO with -s switch
  19.      /m          same as MSG
  20.      /na         same as NAMES with -pub switch
  21.      /ni         same as NICK
  22.      /rates      same as STATS, type l
  23.      /st         same as /r
  24.      /sw         same as NAMES
  25.      /t          same as TOPIC
  26.      /unignore   ignore specified user with level NONE
  27.      /users      same as LUSERS
  28.      /w          same as WHO
  29.      /whoi       same as WHOIS
  30.  
  31.    The following BiRC commands are unavailable, either because they are not
  32.    necessary, or because they have no meaning on irc: OPN, REGISTER, RULES,
  33.    SE, SIGNON, SINCE, and TL.  Other BiRC commands have identical
  34.    equivalents in the client, and thus are undocumented here.
  35.  
  36. See Also:
  37.    admin(2); fnet(8); help(1); join(1); load(5); lusers(2); msg(1);
  38.    names(2); nick(1); stats(2); topic(1); wallops(2); who(2); whois(2)
  39.  
  40. Restrictions:
  41.    The /getop alias probably won't work, since normal users are not allowed
  42.    to use WALLOPS anymore.
  43.  
  44. Other Notes:
  45.    This script was written by Ruben R. Olsen (Gnarfer), rubenro@viggo.blh.no.
  46.    Current version is 1.00, patchlevel 9.
  47.  
  48.